lcTIN_PntGetNear Home

Retrieves TIN point which is nearest to the specified position (X,Y).

 HANDLE lcTIN_PntGetNear (
   HANDLE hTIN,
   double X,
   double Y
 );

Parameters
hTIN
  Handle to a TIN object.
X Y
  Request position.

Return Value

  Handle to the found TIN point.
If the function fails, the return value is NULL.